bitkeeper revision 1.1108.56.1 (410faf5emvfslB-BTjuTK5EQwf6sxQ)
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>
Tue, 3 Aug 2004 15:29:34 +0000 (15:29 +0000)
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>
Tue, 3 Aug 2004 15:29:34 +0000 (15:29 +0000)
Fix LaTeX source.

docs/Makefile
docs/user.tex

index fc3ea52bad4f5c14d326469efd1d54346fd50553..ae8db6a27c1305a9f220994e11a543db0905ed81 100644 (file)
@@ -33,8 +33,8 @@ install: $(DOCUMENTS)
        dvips -Ppdf -G0 -o $@ $<
 
 %.dvi: %.tex
-       latex $*
-       if [ -e $*.toc ] ; then latex $* ; fi
+       latex $* >/dev/null
+       if [ -e $*.toc ] ; then latex $* >/dev/null ; fi
 
 %.eps: %.fig
        fig2dev -L eps $< $@
@@ -43,4 +43,4 @@ install: $(DOCUMENTS)
        tgif -print -color -eps $<
 
 %.html: %.tex
-       latex2html --split 0 --nonavigation --noinfo --math $<
+       latex2html --split 0 --nonavigation --noinfo --math $< 1>/dev/null 2>/dev/null
index 90fbbf4faed6beaf0530990ef619aaa133a58a4a..e13c1a50d03fe0178aa6dea2aafc444881c6f71b 100644 (file)
@@ -1183,7 +1183,6 @@ editting \path{grub.conf}.
  'nmi=fatal':  Xen prints a diagnostic and then hangs. \\
  'nmi=dom0':   Inform DOM0 of the NMI. \\
  'nmi=ignore': Ignore the NMI. \\
- [NB. Default is 'dom0' ('fatal' for debug builds).] \\
 
 {\bf dom0\_mem=xxx } \\
  Set the maximum amount of memory for domain0. \\